libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fds
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:58 +0000 (18:58 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:58 +0000 (18:58 +0100)
commita1eaa32119645579188783e0a18939bfeccb4961
treec64ea487ec7c71aff8578c9492c87e1c0774d4b9
parentc4dcbee67e6db4f4cf3b871646419bda6660be76
libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fds

Provide functions for sending and receiving fds.

There used to be fd-sending functionality in libxl_qmp.c before
25298:84ae90427c54, which this implementation is partially derived
from.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_utils.c